home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / clipblock.fpl.readme < prev    next >
Text File  |  1996-03-26  |  666b  |  24 lines

  1. ############################################
  2. File: ClipBlock.FPL
  3. Author: Kjell Ericson
  4. Email: kjer@netcom.se, FidoNet 2:201/328
  5. Short description: automatic block cut/paste conversion to the clipboard
  6. Version: 1.1
  7. Date: 13.10.94
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type: Hook
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   A hook is executed before a BlockCopy() is executed.  If it is the default block
  17. that shall be the destination block, the block is first copied/cutted and then sent
  18. to the clipboard device 0.
  19.  
  20.   If a paste of the default block is executed, a hook get the clipboard device 0 
  21. string and paste that string instead.
  22.  
  23.  
  24.